std::thread::swap
From cppreference.com
| void swap( thread& other );
|
(since C++11) | |
Exchanges the underlying handles of two thread objects.
Contents |
[edit] Parameters
| other | - | the thread to swap with |
[edit] Return value
(none)
[edit] Exceptions
[edit] Example
| This section is incomplete Reason: no example |
[edit] See also
| (C++11)
|
specializes the std::swap algorithm (function template) |